djbuch.rssnews
Class RSSNews

java.lang.Object
  |
  +--djbuch.rssnews.RSSNews

public class RSSNews
extends java.lang.Object

Diese Klasse lädt einen RSS Newsticker und wandelt ihn anhand eines XSL Stylesheets in HTML um. Diese Klasse ist geeignet für die Ausführung unter Domino R6.x und benötigt die Bibliotheken LotusXSL.jar und XML4j.jar

Author:
Thomas Ekert

Constructor Summary
RSSNews(AgentContext ac)
           
 
Method Summary
 void attach(java.lang.String output)
           
 java.lang.String getCode()
           
 void process()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSNews

public RSSNews(AgentContext ac)
        throws NotesException
Method Detail

process

public void process()
             throws java.io.IOException
java.io.IOException

getCode

public java.lang.String getCode()

attach

public void attach(java.lang.String output)
            throws NotesException
NotesException